From 3c3a11591b06bb4de0833748baeaf7646f51457d Mon Sep 17 00:00:00 2001 From: Arnaud Bonatti Date: Wed, 31 Aug 2016 07:43:44 +0200 Subject: [PATCH] Fix typos. https://bugzilla.gnome.org/show_bug.cgi?id=770624 --- gtk/gtkcontainer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index 0fbfe9a4ac..55feadf8b2 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -2506,7 +2506,7 @@ gtk_container_set_focus_child (GtkContainer *container, * gtk_window_get_focus(). * * Returns: (nullable) (transfer none): The child widget which will receive the - * focus inside @container when the @conatiner is focussed, + * focus inside @container when the @container is focused, * or %NULL if none is set. * * Since: 2.14 -- 2.30.2